删除后台系统菜单中的赞助商广告:
找到文件夹uploads\\dede\\templets\\index_body.htm 打开=》
找到: <dl class='dbox' id="item8">
<dt class='lside'><div class='l'>赞助商链接(<a href="
http://ad.dedecms.com/ad
" target="_blank">说明</a>)</div></dt>
<dd>
<iframe name="showad" src="index_body.php?dopost=showad" frameborder="0" width="100%" id="showad" frameborder="0" scrolling="no" marginheight="5"></iframe>
</dd>
删除这个:
<iframe name="showad" src="index_body.php?dopost=showad" frameborder="0" width="100%" id="showad" frameborder="0" scrolling="no" marginheight="5"></iframe>
评论